From: Christoph Lohmann <20h@r-36.net>
Date: Mon, 19 Nov 2012 16:22:32 +0000 (+0100)
Subject: Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!
X-Git-Url: https://git.owens.tech/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/assets/lich_lifts_title_slice.png%20%22Lich%20Lifts%22/git?a=commitdiff_plain;h=cf04354e06aa0ee54b0f8e9b9491dd0e39d8c4ea;p=st.git

Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!
---

diff --git a/config.def.h b/config.def.h
index 023634e..8543ea2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -141,7 +141,7 @@ static Key key[] = {
 	{ XK_KP_7,          XK_ANY_MOD,     "\033Ow",       +1,    0,    0},
 	{ XK_KP_8,          XK_ANY_MOD,     "\033Ox",       +1,    0,    0},
 	{ XK_KP_9,          XK_ANY_MOD,     "\033Oy",       +1,    0,    0},
-	{ XK_BackSpace,     XK_ANY_MOD,     "\177",          0,    0,    0},
+	{ XK_BackSpace,     XK_NO_MOD,      "\177",          0,    0,    0},
 	{ XK_Up,            ShiftMask,      "\033[1;2A",     0,    0,    0},
 	{ XK_Up,            ControlMask,    "\033[1;5A",     0,    0,    0},
 	{ XK_Up,            Mod1Mask,       "\033[1;3A",     0,    0,    0},